home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS03.ADF / Arrange / Arrange Info < prev    next >
Text File  |  1986-04-02  |  4KB  |  129 lines

  1.  
  2.                                ARRANGE V1.1                           
  3.  
  4.      Hello,
  5.  
  6.           This is to introduce you to this  product.    It  is  called 
  7.      ARRANGE.  It  is  a simple(?) text formatter.  The basis for it's 
  8.      use is to put text and commands into a file by  some  editor  and 
  9.      then  taking  that  file and others if desired, and arranging the 
  10.      text in a pleasable manner. 
  11.  
  12.           It is entirely written in C.  The basis for this product  is 
  13.      the Text  Formatter in Software Tools, by Kernighan and Plauger.  
  14.      I have taken their simple tool  and  expanded  it  to  do  almost 
  15.      everything a word processor does. 
  16.  
  17.           This product  will  run  on  many  different micros.  I have 
  18.      compiled and run this product on a IBM AT, a HP-150,  an  HP-9000 
  19.      Series 500, an Amiga, and a Commodore 64. 
  20.  
  21.           The  major  consideration  in  using  this tool, is that the 
  22.      source file is in straight ASCII and is easily uploadable to  any 
  23.      computer.   The commands to do special formatting, BOLD, ITALICS, 
  24.      etc. are only required on the destination computer.   The  source 
  25.      can  be  written  on  many  different  machines and then combined 
  26.      together on one machine.  When it is run against arrange, it will
  27.      come out the same as the originators of the text expected  it  to 
  28.      come out. 
  29.  
  30.           My  major  reason for this tool is that we all have a common 
  31.      base for the production of documents, text, reports,  whatever.   
  32.      We can all use the product, get the format the way we want it and
  33.      then upload  the  MRG or source files to any computer easily.  If 
  34.      we want, we can get our favorite word processor  to  fix  up  the 
  35.      source for our own usage, but to pass it along and have others be
  36.      able  to reproduce it quickly and in the same manner, there is no 
  37.      common standard.  Well, I am trying to come up with a standard. 
  38.  
  39.           Currently, I can not and do not expect to be able to provide
  40.      the source for this product.  It was developed  at  my  place  of 
  41.      employment on  a  production machine.  As such, the rights of the 
  42.      source belong to my company.  Although the  time  was  mine,  the 
  43.      resources were theirs.    They  claim the right to the source.  I 
  44.      have permission to provide this to anybody I want to.  As it  is, 
  45.      I  am doing a lot of this work on the side and can not charge for 
  46.      it.  If you do not have a copy of this and  want  one,  or  would 
  47.      like an  update  (whenever made).  Send your name and address and 
  48.      at least $8.00 to me.  More would be helpful in allowing me to do
  49.      more products like this for a minimal cost. 
  50.      
  51.              Joe Kaisler,
  52.              1701 Burnwood Road
  53.              Baltimore, Maryland, 21239. 
  54.      
  55.  
  56.           I can be reached through the following  service,  Compuserve 
  57.      at account  72606,1404.   Messages can be left to me at the AMIGA 
  58.      forum(PCS-61) on Compuserve or through EMAIL. 
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.                                ARRANGE V1.1                           
  67.  
  68.           You can give this product away to anybody you want.  I  just 
  69.      ask that you give them a copy of this letter and do not delete it
  70.      from the disk. 
  71.  
  72.           Please  see  the  file  ARRANGE.MRG  and ARRANGE.LIS for the 
  73.      commands that are used in this product. 
  74.  
  75.           To run this product:
  76.      
  77.        1> arrange [>file.lis|PRT:|PAR:] file.mrg file1.mrg ..... 
  78.      
  79.      
  80.         "[>file.lis|PRT:|PAR:]" refers to the  capability  of  sending 
  81.         output  from ARRRANGE to a file or the PRT: device or the PAR: 
  82.         device. 
  83.         
  84.         "file.mrg file1.mrg" refers to the source files  for  ARRANGE. 
  85.         See the file ARRANGE.MRG as an example. 
  86.         
  87.         
  88.         
  89.  
  90.              There  are two directories on the disk, arrange.files and 
  91.         dos.files.  Arrange.files contains the  arrange  program,  and 
  92.         the documentation   files   for  it.    Dos.files  contains  a 
  93.         mini-command summary for the DOS commands. 
  94.         
  95.  
  96.              To run them against arrange:
  97.         
  98.             1> arrange >arrange.lis arrange.mrg ; Builds  the  arrange 
  99.         document
  100.         
  101.             1> arrange >cli.lis cli0.mrg cli1.mrg .... cli5.mrg
  102.             1> ; Builds the DOS command document. 
  103.         
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.